Get Page
Outputs the page by index or title name.

Input
Browser
| Name | Required | Description |
|---|---|---|
| Browser Instance | Which browser instance to run against. |
Page
| Name | Required | Description |
|---|---|---|
| Search By Page Title | Enables page filtering by title name. | |
| Match String | Filters pages with titles that contain this string. Leave empty to avoid filtering by page title. | |
| Regex Mode | Treats the "Match String" as a RegEx pattern. | |
| Page Search Method | From matched pages, finds the first page (main), last page (that has not been closed), or page by index. | |
| Index | Only used if Page Search Method is set to Index. Selects an open page in the browser instance by index after matching by page title if applicable. |
Output
| Name | Required | Description |
|---|---|---|
| Action Success | True if the action passed, false if it failed. | |
| Browser Page | Page from the action's browser instance. |